home *** CD-ROM | disk | FTP | other *** search
/ Enigma Amiga Life 112 / EnigmaAmiga112CD.iso / dalla rivista / awnpipe / awnp / awnp-docs / integer.doc < prev    next >
Text File  |  2000-05-17  |  2KB  |  112 lines

  1. Integer gadget event
  2. -------------------------
  3.  
  4. 'gadget GID integer_value'
  5.  
  6. Integer gadget parameters.
  7. -------------------------
  8.  
  9. font=GID
  10.  
  11. This sets the font for the gadget. The GID points to an ALREADY defined text attribute.
  12.  
  13. TabCycle (tc)
  14.  
  15.  This gadget can be activated using the tab key.
  16.  
  17. close (c)
  18.  
  19.  This gadget will close the window when selected by the user.
  20.  
  21. readonly (ro)
  22.  
  23.  This gadget is read only.
  24.  
  25. disable=number (dis=)
  26.  
  27.  The gadget is enabled if number = 0 , disabled if number != 0. Defaults to enabled.
  28.  
  29. arrows (a)
  30.  
  31.  Switch to display up/down arrows for this gadget.
  32.  
  33. minchars=number (minc=)
  34.  
  35.  Minimum number of character/digits in this gadget.
  36. Defaults to 5.
  37.  
  38. maxchars=number (maxc=)
  39.  
  40.  Maximum number of character/digits in this gadget.
  41. Defaults to 10.
  42.  
  43. minnumber=number (minn=)
  44.  
  45.  Minimum value for this gadget. Defaults to 0.
  46.  
  47. maxnumber=number (maxn=)
  48.  
  49.  Maximum value for this gadget. Defaults to 32768.
  50.  
  51. defnumber=number (defn=)
  52.  
  53.  Value for this gadget when window is opened. Defaults to 1.
  54.  
  55. leftjustify (lj)
  56. centerjustify (cj)
  57.  
  58.  Set the justification of the text for the gadget. Defaults to rightjustify.
  59.  
  60. minwidth=number (minw=)
  61.  
  62.  Set the minimum width for this gadget
  63.  
  64. minheight=number (minh=)
  65.  
  66.  Set the minimum height for this gadget
  67.  
  68. weightedwidth=number (weiw=)
  69.  
  70.  Set the weighted width for this gadget
  71.  
  72. weightedheight=number (weih=)
  73.  
  74.  Set the weighted height for this gadget
  75.  
  76. nominalsize (noms)
  77.  
  78.  Set this gadget to its nominal size.
  79.  
  80. tags="tags|data[|tag|data...]|0
  81.  
  82.  A list of tag and value pairs in HEX. Do not forget the trailing null !
  83.  
  84. childlabel    (chl) childlabelr   (chlr)
  85.  
  86.  Use the previously defined image as a childlabel for this gadget. Display the childlabel to the right or left of the gadget.
  87.  
  88. replace=GID
  89.  
  90.  Use this gadget to replace an existing gadget specified by GID.
  91.  
  92. Definition Reply
  93. -----------------
  94.  
  95.  When the gadget creation is successful the pipe replies
  96. with
  97.  
  98. 'ok GID'
  99.  
  100. Integer gadget modify parameters.
  101. -------------------------
  102.  
  103. disable=number (dis=)
  104.  
  105.  The gadget is enabled if number = 0 , disabled if number != 0.
  106.  
  107. defnumber=number (defn=)
  108.  
  109.  Set the value for this gadget.
  110.  
  111.  
  112.